|
|
|
BlueCielo Publisher 2012 Administrator's Guide | BlueCielo ECM Solutions |
Occurs in the source vault after publishing has ended.
PublisherSourceEvent_AfterPublish (destType, destAddress, _ destDocId, publishOptions)
Parameter | Description |
---|---|
DestType |
The name of the destination system link, for example, BC Meridian or Windows file system. |
DestAddress |
The address of the destination system as shown on the BlueCielo Application Manager Destination page, for example, DataStoreName @ MachineName for the BlueCielo Meridian Enterprise link. |
DestDocId |
The ID of document in the destination system. Contains an empty value if the document does not yet exist in the destination system. |
PublishOptions |
The publishing options to apply to the job. If the options were specified in the source system client application, they are passed in this parameter. For information about the publishing options supported by a specific system link, see the system link description in About the standard modules. |
Public Sub PublisherSourceEvent_AfterPublish (destType, destAddress, _ destDocId, publishOptions) Document.Log _ "Published: " & _ "to " & destType & " '" & destAddress & "'" & _ " document with ID '" & destDocId & "'" & _ " with options '" & publishOptions & "'" End Sub
Related concepts
Understanding the BlueCielo Meridian Enterprise system link
About the Publisher source events
About the Publisher destination events
Related information
Copyright © 2000-2012 BlueCielo ECM Solutions |